From 9e3df3fac1eb8f3b5e1d7a52cba88d504aa3f380 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Mar 2021 22:49:47 -0500 Subject: [PATCH] treestore: Add a summary --- gtk/gtktreestore.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gtk/gtktreestore.c b/gtk/gtktreestore.c index 27cc237a49..c02dcd3a17 100644 --- a/gtk/gtktreestore.c +++ b/gtk/gtktreestore.c @@ -29,10 +29,9 @@ /** - * SECTION:gtktreestore - * @Short_description: A tree-like data structure that can be used with the GtkTreeView - * @Title: GtkTreeStore - * @See_also: #GtkTreeModel + * GtkTreeStore: + * + * A tree-like data structure that can be used with the GtkTreeView * * The #GtkTreeStore object is a list model for use with a #GtkTreeView * widget. It implements the #GtkTreeModel interface, and consequently, -- 2.30.2